Welcome![Sign In][Sign Up]
Location:
Search - tcp socket

Search list

[Internet-NetworkCode

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
Platform: | Size: 11264 | Author: 中国 | Hits:

[TCP/IP stackALARMSERVER

Description: VB写的基于TCP/IP写的SOCKET通信程序 用于车辆监控的报警方案管理-VB was based on TCP/IP Socket Communications written procedures for the police vehicle monitoring program management
Platform: | Size: 273408 | Author: 摄氏37度 | Hits:

[Internet-Networkchat

Description: 基于TCP/IP协议的局域网聊天程序,socket网络套接字的使用,通过选择端口号启动服务端与客户端。-Based on TCP/IP protocol LAN chat program, socket network socket use, start by selecting the port number of service client and the client.
Platform: | Size: 86016 | Author: 戴旭 | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Internet-NetworkHW_TcpPacket

Description: tcp socket api,we can use it establish a connection or exchange data or save files.
Platform: | Size: 1024 | Author: 戴朗 | Hits:

[JSP/Javachengxu

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 164864 | Author: 达瓦 | Hits:

[Remote ControlSocket

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Platform: | Size: 4700160 | Author: jiangyang520 | Hits:

[OtherTCP-IP2(1)

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -This book a complete and detailed introduction to TCP/IP protocol is how to achieve. The book gives about 500 Legend, 15,000 lines of C code the actual operation, using for example the teaching method to help you master TCP/IP to achieve. This book not only describes the socket API and the protocol suite, as well as the relationship between the host and router to achieve the realization of the difference. Also introduced the 4.4BSD-Lite version of the new features, such as multicasting, long fat pipe support, window scaling, timestamps, etc. options as well as other topics. Readers of this book, should have set out in Volume 1 on the TCP/IP basic knowledge. I hope this book applicable to understanding TCP/TP protocol on how to achieve, including the preparation of web application programmers, as well as the use of TCP/IP maintenance of computer network system administrator.
Platform: | Size: 11368448 | Author: lst | Hits:

[TCP/IP stackDisfile1001

Description: delphi7.0 写的局域网内文件传送软件,tcp的,是socket学习的好材料-written delphi7.0 LAN file transfer software, tcp is a good learning materials socket
Platform: | Size: 376832 | Author: | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[TCP/IP stackNetwork

Description: 该程序利用MFC 实现WINDOWS下的SOCKET 编程,包括了TCP以及UDP 的不同连接方式-The program using MFC under WINDOWS realize SOCKET programming, including TCP and UDP connections of different
Platform: | Size: 36864 | Author: sunsee | Hits:

[Internet-Networktcp.tar

Description: "tcp.tar.gz" is an example of TCP socket.
Platform: | Size: 3072 | Author: Dee | Hits:

[Internet-NetworkBroadcasting_Messenger

Description: 用socket实现局域网内的广播信使 考虑要实现的具体的功能,基于TCP和基于UDP两种通信模型,主体部分分为类ServerSocket、类Socket基于TCP,以及MulticastSocket基于UDP两个主要方面,另外是实现图形化,便于操作和使用。 具体功能: 客户端将自己要发送的消息经由服务器端广播至所有的客户端。 服务器端以数据报将自己的IP地址广播至各客户端,以便于客户端与服务器端建立TCP连接;对客户端发送过来的欲广播的消息进行暂时的存储,之后再以数据报广播出去,这是基于UDP实现的,是不可靠的。 客户端可以对服务器端广播的消息进行接收,这是基于UDP的实现,并且可以与服务器端建立可靠的TCP连接,并发送出自己欲广播的消息,使该消息经服务器端广播到所有的客户端。 PS:这是小弟的课程设计所作. -err
Platform: | Size: 5120 | Author: dongfangyun | Hits:

[JSP/JavaJavaSocket

Description: JavaSocket套接字TCP通讯的代码,比较适合新手学习。-TCP socket communications JavaSocket code, more suitable for novices to learn.
Platform: | Size: 4096 | Author: Selen Lee | Hits:

[TCP/IP stackm3KYQfxb

Description: 此程序实现了一个简单的聊天程序。是传统的c/s模式的,基于socket和tcp/ip协议。-This program implements a simple chat program. Is a traditional c/s model, based on the socket and tcp/ip protocol.
Platform: | Size: 22528 | Author: 周紫宸 | Hits:

[Internet-Networktcp

Description: 以太网数据包发送和接收,设置相同的端口号即可-Ethernet data packet to send and receive, set the same port number can be
Platform: | Size: 24576 | Author: pf6601 | Hits:

[Windows CEsocket

Description: 为了测试winCE下的TCP的连接所写的东西,东西很主要实现的Socket,tcp传输.希望能大家有所收获!-Under WinCE for testing TCP connections written things, what is the main achievement of the Socket, tcp transmission. Everyone would like to gain!
Platform: | Size: 56320 | Author: | Hits:

[Internet-NetworkSmartServer

Description: VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Platform: | Size: 58368 | Author: 林健 | Hits:

[Internet-NetworkTCP_socket_client_server

Description: 开发的一个基于TCP socket的单客户 聊天系统 一个服务器端 一个客户端 实现通信-Development of a single TCP socket-based client chat system, a server-side client realize a communication
Platform: | Size: 857088 | Author: liuxd | Hits:

[xml-soap-webserviceWTcpSrv

Description: TCP/IP socket Server,can open xml file and sends the data to all clients
Platform: | Size: 331776 | Author: frank | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net